C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollection<T> Interface
The type of the items in the collection.
Members

IDataCollection<T> Interface
Abstracts the transformation of a data source into a collection.
Syntax
'Declaration
 
Public Interface IDataCollection(Of T As Class) 
 
Type Parameters
T
The type of the items in the collection.
See Also